home *** CD-ROM | disk | FTP | other *** search
-
-
- # define normalHilite 0
- # define dimHilite 255
-
-
- # define aboutAlrtRes 1000
-
- # define dlog1Res 1001
- # define dlog2Res 1002
- # define dlog3Res 1003
-
- # define fileMenuRes 1000
- # define windRes 1000
-
-
- typedef enum
- {
- doDialog1 = 1,
- doDialog2,
- doDialog3,
- sepLine,
- quitApp
- };
-
-
- /*
- * Horizontal and vertical ratios for positioning the dialogs on the screen
- * according the Apple's (current) Human Interface Guidelines.
- */
-
- # define horizRatio FixRatio (1, 2)
- # define vertRatio FixRatio (1, 5)
-
-
- void DoDialog1 (void);
- void DoDialog2 (void);
- void DoDialog3 (void);
- void SetupDocument (void);
-